home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / ip / manage / snmp / kip / doc / rev0688 < prev    next >
Encoding:
Text File  |  1989-01-17  |  2.9 KB  |  93 lines

  1. 06/88 REVISION OF KIP (KFPS IP)
  2.  
  3. The June 1988 revision of KIP is primarily a maintenance release
  4. providing improved capabilities for UDP port assigments and better
  5. functionality with non-KIP bridges.  In addition, KIP now prints out a
  6. version number when starting up.
  7.  
  8. UDP PORT ASSIGNMENTS
  9.  
  10. Previous revisions of KIP used a range of UDP ports started at 768 to
  11. map the "well known" DDP sockets from 0 to 127.  This was done to
  12. allow a fixed mapping from the DDP socket well known space to the well
  13. known UDP port space.
  14.  
  15. In April, 1988, the NIC assigned a number of ports:
  16.   201 - AT-RMTP  -  AppleTalk Routing Maintenance
  17.   202 - AT-NBP   -  AppleTalk Name Binding
  18.   203 - AT-3     -  AppleTalk Unused
  19.   204 - AT-ECHO  -  AppleTalk Echo
  20.   205 - AT-5     -  AppleTalk Unused
  21.   206 - AT-ZIS   -  AppleTalk Zone Information
  22.   207 - AT-7     -  AppleTalk Unused
  23.   208 - AT-8     -  AppleTalk Unused
  24. for this purpose.
  25.  
  26. Note that there are 126 (0 is invalid) ddp well known sockets to map
  27. to space of 8 udp ports.  DDP Ports 1 through 63 are reservered for
  28. use by Apple and new assignments for these will be applied for as they
  29. are put into use by Apple.  DDP ports 64 through 127 are designated
  30. for experimental use only.
  31.  
  32. KIP now allows the specification of a different start range of UDP
  33. ports to accomodate these new assignments.  It does not check to see
  34. if the ports have been assigned.  You should be warned that it can
  35. conceivably use the UDP ports rangestart+1 through rangestart+127.
  36. However, in practice, only the "named" ports (e.g. at-nbp, etc) will
  37. be used unless you use the experimental ports which probably isn't
  38. recommended in any event.
  39.  
  40. To do this, an unused field on the Kinetics box configuration is used
  41. (right after the ethertalk specification).  A value of 0 implies the
  42. mappings starting at 768.  A value of 200 specifies the NIC assigned
  43. values.  WARNING: use of any other start values is NOT recommended.
  44.  
  45. atalkad will warn of conflicting port usages between different
  46. Kinetics boxes in the same atalkatab.
  47.  
  48. CAP 5.0 is configured to use the new port mappings by added specified
  49. names to /etc/services.  In particular, it looks for the following
  50. "official service names":
  51.     at-nbp, at-rtmp, at-echo, at-zip
  52. by using getservbyname.  (man getservent for more information).
  53.  
  54.  
  55. NON-KIP BRIDGE FUNCTIONALITY
  56.  
  57. Revisions of KIP prior to 6/88 had a tough time with non-KIP bridges.
  58. This was especially true of KIP 9/87.  The problem was in the fact
  59. that KIP did not do Zone acquistions on routes.  As of KIP 6/88 zone
  60. acquisitions are done.
  61.  
  62. VERSION
  63.  
  64. KIP now prints out a version number along with the number of buffers,
  65. etc. when it starts up.  This is viewable from Prompt's (2.0 or later)
  66. "Show Diagnostics".
  67.  
  68.  
  69. OTHER CHANGES
  70.  
  71. EtherTalk length was getting reset in the wrong way.
  72.  
  73. Allzones was on for "unknown" zones.
  74.  
  75. FILES MODIFIED OR ADDED
  76.  
  77.     README
  78.     Makefile
  79.     conf.h
  80.     glob.h
  81.     gw.c
  82.     gw.h
  83.     gw2.c
  84.     gwctl.h
  85.     ie.c
  86.     kfpsversion.h
  87.     rtmp.c
  88.     doc/README
  89.     doc/rev0688
  90.     doc/install
  91.     etc/atalkad.c
  92.     etc/atalkatab
  93.